home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / admin / uucp / atdialers / README < prev   
Encoding:
Text File  |  1997-08-26  |  2.0 KB  |  36 lines

  1. Instructions for installing an atdialer.  In this example, atdialSP28 is used.
  2.  
  3. 1. Move the dialer configuration (default) file into the defaults directory.
  4.    On 3.2v4, the defaults directory is /etc/default.
  5.    On 5.0, the defaults directory is /usr/lib/uucp/default.
  6. 2. Make it readable by uucp.
  7.    chmod a+r atdialSP28
  8. 3. Link the atdialer program to the same name as the configuration file.
  9.    cd /usr/lib/uucp
  10.    ln atdialer atdialSP28
  11.  
  12. The atdialer is now ready to use.  Refer to it by name in the 5th field of the
  13. /usr/lib/uucp/Devices file.
  14.  
  15. Some of the atdialers available here use a fixed DTE speed.  This means that
  16. communications between the modem and the system always occur at the same speed,
  17. regardless of what speed the modem communicates with the remote modem at.  The
  18. modem converts between the two Baud rates, buffering data and invoking flow
  19. control as neccessary.  The advantage of this is that it allows the use of
  20. modem features that intrinsically cause the DCE (modem to modem) data rate to
  21. vary ( particularly compression and error detection) as well as communications
  22. at speeds that the serial driver does not understand (e.g. 14400).  Also, it
  23. avoids the need for dialup users to cycle between different Baud rates by
  24. sending break sequences.
  25. Using a fixed DTE speed successfully has two requirements.  First, the modem
  26. and serial port must both have functioning hardware (RTS/CTS) flow control.
  27. The dialer takes care of configuring this, by telling the modem to do hardware
  28. flow control and by setting the serial port to use it.  Additionally, you must
  29. ensure that the cabling between the modem and serial port is sufficient for
  30. hardware flow control.  A full 25-conductor cable will keep things simple.
  31. Second, everything that uses the modem must talk to it at the fixed speed.
  32. This means setting the speed for the modem line in the Devices file to the
  33. fixed speed, and if the line is enabled for dialin, choosing a gettydefs tag
  34. that will select a gettydefs entry with the appropriate speed (for example, "o"
  35. for 38400 Baud).
  36.